projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff248cd
)
* src/xwidget.h (XXWIDGET): XXWIDGET expects a PSEUDOVECTOR not a display
author
Grégoire Jadi
<gregoire.jadi@gmail.com>
Mon, 24 Jun 2013 08:14:54 +0000
(10:14 +0200)
committer
Grégoire Jadi
<gregoire.jadi@gmail.com>
Mon, 24 Jun 2013 08:14:54 +0000
(10:14 +0200)
spec.
src/xwidget.h
patch
|
blob
|
history
diff --git
a/src/xwidget.h
b/src/xwidget.h
index 92c6e6e35130ab0b7677295921bdfce354c37218..3ca9dbe0e1af99ee9a542dc1c0d428820de25341 100644
(file)
--- a/
src/xwidget.h
+++ b/
src/xwidget.h
@@
-74,7
+74,7
@@
struct xwidget_view{
#define XWIDGETP(x) (CONSP (x) && EQ (XCAR (x), Qxwidget))
/* Test for xwidget pseudovector*/
#define XXWIDGETP(x) PSEUDOVECTORP (x, PVEC_XWIDGET)
-#define XXWIDGET(a) (eassert (XWIDGETP(a)),(struct xwidget *) XPNTR(a))
+#define XXWIDGET(a) (eassert (X
X
WIDGETP(a)),(struct xwidget *) XPNTR(a))
struct xwidget_type